object FrmPasteFiles: TFrmPasteFiles Left = 350 Top = 314 BorderStyle = bsDialog Caption = 'Paste Files' ClientHeight = 192 ClientWidth = 371 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object Shape1: TShape Left = 0 Top = 0 Width = 371 Height = 41 Align = alTop Pen.Color = clWhite end object Label1: TLabel Left = 10 Top = 6 Width = 328 Height = 26 Caption = 'A set of files has been detected in the clipboard. Select an act' + 'ion to do with this file list' Transparent = True WordWrap = True end object Label2: TLabel Left = 36 Top = 70 Width = 193 Height = 13 Caption = 'Open all files referenced in the clipboard' end object Label3: TLabel Left = 32 Top = 113 Width = 310 Height = 26 Caption = 'Create a new document with the list of all files referenced in t' + 'he clipboard' WordWrap = True end object OptionOpen: TRadioButton Left = 16 Top = 51 Width = 225 Height = 17 Caption = 'Open Files' Checked = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 0 TabStop = True OnDblClick = OptionOpenClick end object RadioList: TRadioButton Left = 16 Top = 96 Width = 225 Height = 17 Caption = 'List of files' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnDblClick = OptionOpenClick end object Button1: TButton Left = 217 Top = 160 Width = 70 Height = 23 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 end object Button2: TButton Left = 293 Top = 160 Width = 70 Height = 23 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end end